setTransitionName

open fun setTransitionName(@NonNull view: @NonNull View, @Nullable transitionName: @Nullable String)(source)

Sets the name of the View to be used to identify Views in Transitions. Names should be unique in the View hierarchy.

Parameters

view

The View against which to invoke the method.

transitionName

The name of the View to uniquely identify it for Transitions.